home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gEN.swf / scripts / DefineButton2_386 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-10-08  |  357b  |  13 lines

  1. on(release){
  2.    _root.hero.clickSpot_x = 280;
  3.    _root.hero.clickSpot_y = 400;
  4.    if(getProperty(_root.cur, _X) > getProperty(_root.hero, _X))
  5.    {
  6.       setProperty("_root.hero.heroint", _xscale, "+100");
  7.    }
  8.    if(getProperty(_root.cur, _X) < getProperty(_root.hero, _X))
  9.    {
  10.       setProperty("_root.hero.heroint", _xscale, "-100");
  11.    }
  12. }
  13.